home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------------*
-
- EE V0.7, Rev16b - The E Editor.
- Copyright Barry Wills, 1994.
-
- *--------------------------------------------------------------------------*
-
- BUGS:
- 1. "Out of memory" recovery sucks, i.e., it doesn't work! I hate things that
- suck! (slowly working on it)
- 2. After clicking around and selecting text with the mouse, the mouse
- suddenly quits selecting forever.
- 3. cursorRight() sticks to eoln when blank lines exist at the end of text
- (only certain configurations of blank lines).
- * 4. Wouter say: "edit prefs directly from the ed doesn't work. rather, I get
- a busypointer that stays." I have yet to see it. >:-/
- 5. The wordRight() cursor-sticks-at-some-eolns bug reappeared.
- * 6. Wouter say: "an empty fontname doesn't work (should use default?)".
- * 7. Wouter say: "[window directory] doesn't work here. same window that was
- active before is active now. same with the nextwindow etc. functions."
- 8. When giving a bad filename on the command line, the freq is opened, but
- it never accepts the new correct file..freq keeps coming back for more.
- 9. PrefsEditor has some miscalculated buttons on the Menu Command Hotkeys
- sub-gui, Find Menu. This is (was?) a bug in easygui.m. Dunno if it's
- been fixed.
- 10. Invoking the PrefsEditor from within EE does not work if EE isn't
- launched via the AmigaDOS Run command. It also does't work if EE
- is run from the RAM: device. Dunno why this happens. (This is only
- on my machine...unaware of behaviour on other systems.)
-
- * means "might be fixed"; have to wait for beta-testers to verify.
-
- *--------------------------------------------------------------------------*/
-